runtime.mapextra.overflow (field)

9 uses

	runtime (current package)
		map.go#L135: 	overflow    *[]*bmap
		map.go#L261: 		*h.extra.overflow = append(*h.extra.overflow, ovf)
		map.go#L271: 	if h.extra.overflow == nil {
		map.go#L272: 		h.extra.overflow = new([]*bmap)
		map.go#L902: 		it.overflow = h.extra.overflow
		map.go#L1163: 	if h.extra != nil && h.extra.overflow != nil {
		map.go#L1168: 		h.extra.oldoverflow = h.extra.overflow
		map.go#L1169: 		h.extra.overflow = nil